wayland: Break an implicit grab when asking to be resized
authorRob Bradford <rob@linux.intel.com>
Fri, 6 Jan 2012 16:49:22 +0000 (16:49 +0000)
committerRob Bradford <rob@linux.intel.com>
Fri, 6 Jan 2012 16:58:06 +0000 (16:58 +0000)
commit47146dacffc162e6f1ce658d2fe3e9e890a916c3
tree1f82ab32fb425f7cbc840a2945821cfab3406907
parent675b2fddcb0268c3c2ec6c93585d0374ddd6106a
wayland: Break an implicit grab when asking to be resized

An implicit grab is created inside GTK+ when the button is pressed down on a
window. The semantics of wl_shell_surface_resize means that you don't get a
corresponding release event that would ordinarily break the implicit grab. So
we must do it as part of the resize request.
gdk/wayland/gdkwindow-wayland.c